home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / godos100.zip / GODOS.DOC next >
Text File  |  1993-04-26  |  8KB  |  219 lines

  1.                              GoDOS Version 1.00
  2.  
  3.           CopyRight (C) 1993 Streamline Design (984502 Ontario Inc.)
  4.                              All Rights Reserved
  5.  
  6.                         Voice: (416)790-1997 10:00am to 6:00pm
  7.                         BBS  : (416)793-1411 24 Hours a Day
  8.  
  9.  
  10. Description
  11. -----------
  12.  
  13.   GoDOS was created to allow users to have a DOS Shell inside programs that
  14.   do not have the facility available.  It allows the user to perform all
  15.   standard DOS functions and the return to the program they were previously
  16.   using.
  17.  
  18.   GoDOS has been tested with several packages and systems and proven to be
  19.   compatible with almost all.
  20.  
  21.  
  22. Notes
  23. -----
  24.  
  25.   If you are using SideKick you must load GoDOS first.
  26.  
  27.  
  28. USAGE
  29. -----
  30.  
  31.   Simply type GODOS and perform all normal applications.
  32.  
  33.   If you are in DOS and try to perform the DOS Shell, GoDOS will simply
  34.   beep at you.
  35.  
  36.  
  37. Parameter Descriptions
  38. ----------------------
  39.  
  40. /1        : Use a Single Swap File
  41.  
  42.           - This parameter is only applicable when swapping to Disk or XMS.
  43.             This will cut the amount of diskspace or XMS memory needed in half.
  44.             A small buffer is created in the resident kernal as an I/O buffer.
  45.             The drawback is that this may reduce the swap performance by a
  46.             significant amount.
  47.  
  48. /A        : Do Not Hide Swap Files
  49.  
  50.           - This parameter will tell the system not to hide the swap files
  51.             on disk.  If not specified, the file attributes will be set to
  52.             (Hidden+System).
  53.  
  54. /D        : Always Use Disk Swapping
  55.  
  56.           - This parameter tells the system to ignore XMS and EMS and swap
  57.             solely to Disk.
  58.         
  59. /F kbytes : Approximate Kilobytes Available within DOS shell (default all)
  60.  
  61.           - This tells GoDOS the amount of memory you want available inside
  62.             the DOS shell.  ie: /F 256 would give you a DOS shell with 262928
  63.             bytes of available memory.
  64.             This defaults to maximum available.
  65.  
  66. /H hexkey : Define GoDOS Hot Key(s) in Hexadecimal
  67.  
  68.           - This parameter allows you to define the hot keys you wish to use
  69.             to activate the GoDOS Shell.  The Default is Alt+Left Shift+J.
  70.  
  71.             The following is a list of hexadecimal codes available to GoDOS.
  72.  
  73.             Primary Codes
  74.  
  75.             Alt - 0800  Ctrl - 0400  Left Shift - 0200  Right Shift - 0100
  76.  
  77.  
  78.             Secondary Codes
  79.  
  80.             0001 <Esc>      0002 <1>        0003 <2>         0004 <3>
  81.             0005 <4>        0006 <5>        0007 <6>         0008 <7>
  82.             0009 <8>        000A <9>        000B <0>         000C <->
  83.             000D <=>        000E <BkSpace>  000F <Tab>       0010 <Q>
  84.             0011 <W>        0012 <E>        0013 <R>         0014 <T>
  85.             0015 <Y>        0016 <U>        0017 <I>         0018 <O>
  86.             0019 <P>        001A <[>        001B <]>         001C <Enter>
  87.             001D <Ctrl>     001E <A>        001F <S>         0020 <D>
  88.             0021 <F>        0022 <G>        0023 <H>         0024 <J>
  89.             0025 <K>        0026 <L>        0027 <;>         0028 <'>
  90.             0029 <`>        002A <LtShift>  002B <\>         002C <Z>
  91.             002D <X>        002E <C>        002F <V>         0030 <B>
  92.             0031 <N>        0032 <M>        0033 <,>         0034 <.>
  93.             0035 </>        0036 <RtShift>  0037 <PrtScrn>   0038 <Alt>
  94.             0039 <Space>    003A <CapLock>  003B <F1>        003C <F2>
  95.             003D <F3>       003E <F4>       003F <F5>        0040 <F6>
  96.             0041 <F7>       0042 <F8>       0043 <F9>        0044 <F10>
  97.             0045 <NumLock>  0046 <ScrLock>  0047 <Home>      0048 <Up>
  98.             0049 <PgUp>     004A <Minus>    004B <Left>      004C <Center>
  99.             004D <Right>    004E <Plus>     004F <End>       0050 <Down>
  100.             0051 <PgDn>     0052 <Ins>      0053 <Del>       0054 <SysReq>
  101.             0057 <F11>      0058 <F12>
  102.  
  103.             The arithmetic for ascertaining the correct code works as
  104.             follows:
  105.  
  106.             Example is Alt+LeftShift+Z
  107.  
  108.             Alt       = 0800
  109.             +
  110.             LeftShift = 0200
  111.             ----------------
  112.                         0A00
  113.             +
  114.             Z         = 002C
  115.             ----------------
  116.                         0A2C - This is hexadecimal code to use with the
  117.                                /H parameter.
  118.  
  119. /K        : Do Not Compensate for Mouse
  120.  
  121.           - This parameter tells GoDOS whether you want the mouse to be
  122.             compensated for.
  123.  
  124. /M        : Disable Swapping Messages
  125.  
  126.           - This parameter tells GoDOS whether or not you want messages
  127.             displayed during swapping.
  128.  
  129. /S path   : Specify Drive and Directory for Swap Files
  130.  
  131.           - This allows you to specify where you want all your swap files
  132.             to be placed.
  133.             ie: /S C:\DOS
  134.  
  135. /X        : Use XMS Memory for Swapping
  136.  
  137.           - This parameter tells GoDOS to Ignore EMS and DISK and swap
  138.             exclusively to XMS.
  139.  
  140. /?        : Displays GoDOS Help
  141.  
  142.           - This parameter displays GoDOS's Quick Help Screen.
  143.  
  144.  
  145.  
  146. USER SUPPORTED SOFTWARE
  147. -----------------------
  148.      This program is NOT public domain and is (c)Copyrighted
  149. 1993 by Streamline Design (984502 Ontario Inc.) all rights reserved.
  150. It may not be distributed for personal gain under any circumstances.
  151. The GODOSxxx.ZIP file in its original form may be copied or
  152. distributed thru Bulletin Board systems provided no fee is
  153. charged for its distribution and no modifications are made to
  154. the program files contained therein.
  155.  
  156.      User Supported Software is a way for you to review a
  157. program on a trial basis and test its operation on your
  158. system prior to purchasing it. Under this type of
  159. distribution system, you are insured that the program meets
  160. your needs and requirements.
  161.  
  162.      This software is provided on an "As Is" basis without
  163. warranty either implied or expressed of any kind. Streamline
  164. Design (984502 Ontario Inc.), the author and sole owner of
  165. this software, takes no responsibility for loss of data or
  166. damage to equipment through the use of this software.  Should
  167. the software prove defective the entire burden of any and all
  168. repairs and replacements and/or data restoration rests with the
  169. user. In no event will the author be liable for any costs and/or
  170. losses either tangible or intangible arising from the use of
  171. this software.
  172.  
  173. OTHER INFORMATION
  174. -----------------
  175.      You may use this software, free of charge, for period of
  176. 30 days.  After this time if you do not wish to register this
  177. software, please remove it from you system.
  178.  
  179.      If you have any problems or questions concerning the use
  180. of this program you may contact us at Streamline Design Company
  181. 416-790-1997 (10:00am to 6:00pm). We would greatly
  182. appreciate hearing from you with suggestions for improvements
  183. or other comments.  The latest version of this software can
  184. always be obtained from within the The Support Group (416)444-7358
  185.  
  186. GODOS PROGRAM REGISTRATION
  187. --------------------------
  188.  
  189. Send To:  Streamline Design
  190.           1 Herron Place.
  191.           Bramalea, Ontario
  192.           L6S 1P3
  193.  
  194.    Name:_____________________________________________________
  195.  
  196. Address:_____________________________________________________
  197.  
  198.    City:__________________________ State:______ Zip:_________
  199.  
  200.   Phone:_________________           Date:____________________
  201.  
  202.     BBS Name:_______________________________________
  203.  
  204. Sysop's Name:_______________________________________
  205.  
  206.    BBS Phone:___________________        Copies:_____
  207.  
  208. Registration: ($30.00) ___
  209.  
  210. Ontario Residents add $4.50 for GST and PST
  211. Canadian Residents outside of Ontario add $2.10 for GST.
  212.  
  213.  
  214. Trademarks Mentioned
  215. --------------------
  216.  
  217. SideKick is a trademark or registered trademark of Borland International.
  218.  
  219.